home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-shadow.lha / Notes / Shadow.notes next >
Text File  |  1999-10-16  |  6KB  |  246 lines

  1.  
  2.  
  3. Visual Engineering script - Shadow v3.34
  4.  
  5.  
  6.  
  7. SHORT DESCRIPTION
  8.  
  9.   This script adds different kind of dropshadows for logos/pictures.
  10.  
  11.  
  12. REQUIREMENTS
  13.  
  14.   Image Engineer v3.41 (Wision release 2)
  15.   GaussianEdge.rexx (VE-gausedge.lha)
  16.   Sys:Rexxc/RX
  17.  
  18.  
  19. INSTALLATION
  20.  
  21.   Archive where this file came from should be extracted to a
  22.   directory where you installed Image Engineer.
  23.  
  24.   This script must be in IE:Arexx/
  25.  
  26.  
  27. USAGE
  28.  
  29.  
  30.   Short explanation of different methods:
  31.  
  32.  
  33.    Normal
  34.  
  35.    - Use this to black & white shapes
  36.  
  37.  
  38.    Grey Antialias
  39.  
  40.    - Use this to allready smooth edged grey shapes
  41.  
  42.  
  43.    Color Antialias
  44.  
  45.    - Use this to allready smooth edged colored shapes
  46.  
  47.  
  48.    Outline
  49.  
  50.    - This one adds a shadow &
  51.      some pixels wide outline around shape
  52.  
  53.  
  54.    Rectangle
  55.  
  56.    - This one takes the whole image window as shape
  57.  
  58.  
  59.    Lowpass & Transparency
  60.  
  61.    - These add a blurtype effect to image and mixes it
  62.      together with the original.
  63.  
  64.  
  65.  
  66.  
  67.  
  68.   You can add some empty work space around picture, but then you
  69.   need AddSpace.rexx
  70.  
  71.   Background must be totally white (R255 G255 B255).
  72.  
  73.  
  74.  
  75. ARGUMENTS
  76.  
  77.     address command "rexx:rx ie:arexx/Shadow.rexx" <pic> <shadow> <color> <lowp> <threshval> <xplace> <yplace> <arguments>
  78.  
  79.     - <pic>         is name of the picture
  80.     - <shadow>      is number or name of the shadow-effect without spaces (e.q. 0 or colorantialias)
  81.     - <color>       if "yes" or "1", then PrimaryColors.rexx is used for color of shadow
  82.     - <lowp>        lowpassvalue
  83.     - <threshvalue> thresholdvalue
  84.  
  85.     - <xplace>      horizontal offset of shadow
  86.     - <yplace>      vertical offset of shadow
  87.  
  88.     - <arguments>   name of color in PrimaryColor.rexx or "random".
  89.                     After either one can be "1" with space, which
  90.                     means Contrast Stretch.
  91.  
  92.  
  93.  
  94.     Where asked for name of shadow, it can also be given as number
  95.     of item in pop-up-menu. First item number 0. When given as name
  96.     remove spaces from name.
  97.  
  98.  
  99.  
  100.  
  101.   AmigaDOS
  102.  
  103.     Sys:Rexxc/RX Shadow.rexx <arguments>
  104.     Sys:Rexxc/RX Shadow.rexx 000_testpic.iff 0 YES 15 250 -5 -5 RED
  105.     Sys:Rexxc/RX Shadow.rexx 000_testpic.iff lowantialias no 9 255 -5 -5
  106.  
  107.  
  108.  
  109.   Other scripts:
  110.  
  111.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/Shadow.rexx <arguments>"
  112.  
  113.     Next lines return you the name of this new picture.
  114.  
  115.     PROJECT_LIST
  116.     xyz=result
  117.     pic=subword(xyz,1,1)
  118.  
  119.  
  120.  
  121.  
  122.  
  123. HISTORY
  124.  
  125.   3.34
  126.  
  127.   When using build in AddSpace, most of effecttypes would fail.
  128.   This problem is fixed now. Personally I use IE's build in
  129.   feature to set up hotkeys. A for AddSpace, S for Shadow...
  130.   Added short explanations of effects to .notes.
  131.  
  132.   3.32
  133.  
  134.   Outline-typee was calling "rexx:rx", when it should have called
  135.   "sys:rexxc/rx". Fixed.
  136.  
  137.   3.31
  138.  
  139.   Now there's only 2 kinds of shadows for allready antialiased
  140.   shapes. One for black or grey images. And one for colorful
  141.   images. VE-Extras v1.72+ needed.
  142.  
  143.   New effect: Outline, can be used to grey or color images.
  144.   White outline will be added around original shape.
  145.  
  146.   3.23
  147.  
  148.   Calls to external scripts had a minor bug.
  149.  
  150.   3.22
  151.  
  152.   Added possibility to adjust threshold of picture for shadow.
  153.   OBS! Argument parsing changed.
  154.  
  155.   DELETE ie:Prefs/veshadow.cfg!!!
  156.  
  157.   3.20
  158.  
  159.   Call to external script, AddSpace.rexx was buggy. Fixed.
  160.  
  161.   3.19
  162.  
  163.   New argument parser and better handling of arguments. Read
  164.   Notes/Shadow.notes, if you want to call this script from your
  165.   own scripts. It's now much easier to do some patch processing.
  166.  
  167.   No more effects' subeffects. Every effect has it's own menu item.
  168.  
  169.   If an error occurs, delete all the files from IE:Prefs/ with
  170.   filename "veshadow#?.cfg"
  171.  
  172.   2.95
  173.  
  174.   Call to external script PrimaryColors.rexx (v1.72+) uses
  175.   different method now.
  176.  
  177.   2.94
  178.  
  179.   Now you can call this script from other scripts too or in other
  180.   words do some batch processing.
  181.  
  182.   2.88
  183.  
  184.   New effect available! Regtangle-effect is made just for regtangle
  185.   pictures. It's not very useful for other shapes. Better shading
  186.   than with Normal-effect. You'll see the difference.
  187.  
  188.   PS. Maybe I someday join effects together, so all the different
  189.   effects could be affected to same picture on one run. Show some
  190.   support and I'll do it. Just by saying "Hi there!" is almost
  191.   enough.
  192.  
  193.   2.78
  194.  
  195.   Normal is now abnormal! You can now use rastered shadows. For
  196.   example when mixed with vertical lines gives really cool results.
  197.   Adjusting lowpass value now affects all the shadow types.
  198.  
  199.   2.60
  200.  
  201.   New in this version is possibility to add shadows to those shapes,
  202.   that use some kind of antialiasing or smoothing on their edges.
  203.   Before there would be lot of white pixels between logo and shadow.
  204.   Smooth-effect tries its best to handle this.I've now included
  205.   builtin dropshadow-effect to Visual Logo. It was quite impossible
  206.   to do it user friendly, <b>after</b> Visual Logo.
  207.  
  208.   2.50
  209.  
  210.   History started
  211.  
  212.  
  213.  
  214.  
  215.  
  216. DISTRIBUTION
  217.  
  218.   The archive, where this file came from, can be distributed using
  219.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  220.   FTP...), but contents of original archive can not be modified.
  221.  
  222.  
  223.   YOU MAY NOT SPREAD MODIFIED VERSIONS OF THIS SCRIPT AT ALL!!
  224.  
  225.  
  226.   If you are going to spread a script made by you, which calls one
  227.   of Visual Engineering -scripts, you must include either to
  228.   documentfile of your script or header of the script itself, Visual
  229.   Engineering's website address and my name and email address.
  230.  
  231.   Like this:
  232.  
  233.  
  234.   /*
  235.  
  236.    This script uses Visual Engineering -script(s):
  237.    AddSpace.rexx, PrimaryColors.rexx
  238.  
  239.    By Marko Seppänen <marko.seppanen@wwnet.fi>
  240.  
  241.    Visual Engineering website:
  242.    http://wwnet.fi/users/smarko/visual/
  243.  
  244.    */
  245.  
  246.